home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG Library 8 / PC-SIG Library CD-ROM (8th Edition) (1990-04).iso / 1401_500 / disk1431 / tools / readme.1 < prev    next >
Encoding:
Text File  |  1988-02-13  |  711 b   |  17 lines

  1.    These are the manual (.dxz) and tutorial (.txz) in compressed format.
  2. To put them into printable form, enter the following:
  3.  
  4.       compress -d emacs.dxz
  5.             - or -
  6.       compress -d -c <emacs.dxz >emacs.doc
  7.  
  8. The former produces a printable file with the name "emacs.d", while the
  9. latter produces "emacs.doc".  The latter form should be used if the source
  10. file (.dxz) is on this diskette because the output file will not fit on
  11. it (~180KB).
  12.  
  13.    The source and documentation for the compress utility can be obtained
  14. from PC-SIG on another diskette.  This utility is based on the LEM-ZIV
  15. algorithm and so it only works on text files.  It is faster, and compress
  16. files smaller, than ARC.
  17.